home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / ungepackte_daten / 1994 / 5 / 02 / diskspareii / diskspareii.ampk / DiskSpareII / DD / RDD < prev   
Encoding:
Text File  |  1995-06-01  |  583 b   |  25 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *
  6.  * The size of a recoverable RAM disk is controlled by the value of the
  7.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  8.  * RAM. So the default value of 79 consumes around 880 of memory.
  9.  */
  10.  
  11. Device        = ramdrive.device
  12. Unit        = 1
  13. Mount        = 1
  14. Flags        = 0
  15. Surfaces    = 2
  16. BlocksPerTrack    = 12
  17. Reserved    = 2
  18. Interleave    = 0
  19. LowCyl        = 0
  20. HighCyl        = 81
  21. Buffers        = 5
  22. BufMemType    = 1
  23. DosType        = 0x444f5301
  24.  
  25.